INTFLAG=NO_PENDING_INTERRUPT, RUN=IDLE_STATE, INUSE=NO
MRTn Status register.
INTFLAG | Monitors the interrupt flag. 0 (NO_PENDING_INTERRUPT): No pending interrupt. Writing a zero is equivalent to no operation. 1 (PENDING_INTERRUPT): Pending interrupt. The interrupt is pending because TIMERn has reached the end of the time interval. If the INTEN bit in the CONTROLn is also set to 1, the interrupt for timer channel n and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request. |
RUN | Indicates the state of TIMERn. This bit is read-only. 0 (IDLE_STATE): Idle state. TIMERn is stopped. 1 (RUNNING): Running. TIMERn is running. |
RESERVED | Reserved. |
INUSE | Channel In Use flag. Operating details depend on the MULTITASK bit in the MODCFG register, and affects the use of IDLE_CH. 0 (NO): This channel is not in use. 1 (YES): This channel is in use. |